-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
argon2.be0
Outdated
#} | ||
|
||
mee_build() { | ||
make libs DESTDIR=${D} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are you not building the binary argon2
? Is it too big? That would also simplify the build script.
because it is build
bee query argon2-20171227-0.x86_64
/usr/include/argon2.h
/usr/lib/libargon2.so.1
/usr/lib/libargon2.a
/usr/lib/libargon2.so//libargon2.so.1
/usr/lib/pkgconfig/libargon2.pc
/usr/bin/argon2
when you make a 'normal' make, you get 3 other binaries extra.
…On 04/17/19 11:02, Paul Menzel wrote:
***@***.**** commented on this pull request.
------------------------------------------------------------------------
In argon2.be0
<#1073 (comment)>:
> +
+
+#mee_extract() {
+# bee_extract "${@}"
+#}
+
+#mee_patch() {
+# bee_patch "${@}"
+#}
+
+#mee_configure() {
+# bee_configure
+#}
+
+mee_build() {
+ make libs DESTDIR=${D}
Why are you not building the binary |argon2|? Is it too big? That
would also simplify the build script.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub Enterprise
<#1073 (review)>,
or mute the thread
<https://github.molgen.mpg.de/notifications/unsubscribe-auth/AAAAkNtGQVYEuctJqEmesLO3WI5ALQ_Mks5vhuNAgaJpZM0XxA==>.
--
IT-Abteilung
Max-Planck-Institut fuer Molekulare Genetik
Fon: -1105
Email: schrader@molgen.mpg.de
|
I think, the binary is built during bee_install, because the makefile has the required dependencies. The default bee_build would do and the executable would be build in the build phase, not in the install phase, with feels a bit better. But in the build log it says "Building with optimizations for native" and I see "gcc -march=native" which might be a bit dangerous. Looking at the Makefile, I see that a generic version can be produced by setting OPTTARGET to something which the compiler doesn't accept on -march . So I suggest
|
Argon2 is a password-hashing function, which keepasxc need.
needs for browser support of keepassxc
add browser support Request from Sven Klages helpdesk 11.4.19 MariuX: KeePassXC 2.4
ec55b15
to
1cc4794
Compare
Thanks I have update it and also add it to bee_install
|
No description provided.